home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00283_Script_vodvol0 < prev    next >
Text File  |  1999-05-31  |  2KB  |  58 lines

  1. on mouseDown
  2.   --  for 0 Volume
  3.   global gvolume, cspname, gwhere
  4.   set gwhere to the movieTime of sprite 6
  5.   set wgrp to chars(cspname,1,1)
  6.   if gvolume > 0 then
  7.     if gvolume = 150 then
  8.       set the member of sprite 107 to the number of member (wgrp&"volm")
  9.     else
  10.       set the member of sprite 108 to the number of member (wgrp&"voll")
  11.     end if
  12.   end if 
  13.   
  14.   set the member of sprite 106 to the number of member("r"&wgrp&"vol0")
  15.   set the soundLevel to 0
  16.   set the volume of sound 1 to 0
  17.   set the volume of sound 2 to 0
  18.   set the volume of sound 6 to 0
  19.   set gvolume to 0
  20.   updateStage
  21.   
  22.   --  updateStage
  23.   
  24. end
  25.  
  26. on mouseUp
  27.   global gxx, vlocH, vlocV
  28.   set ii to the name of member (the memberNum of sprite gxx) of castLib "eb.cst"
  29.   set mm to chars(ii,2,6)
  30.   set the memberNum of sprite gxx to the number of member mm 
  31.   
  32.   set the visible of sprite 5 to true
  33.   set the visible of sprite 98 to true
  34.   set the visible of sprite 101 to true
  35.   set the visible of sprite 102 to true
  36.   set wm to the name of member (the memberNum of sprite 101) of castLib "eb.cst"
  37.   global pv
  38.   if wm = "play" then
  39.     set pv to 2
  40.     go to frame "video"
  41.   else
  42.     set pv to 1
  43.     go to frame "video"
  44.     --        set xx to the movieTime of sprite 6
  45.     --        set the movieTime of sprite 6 to -1
  46.     --        updateStage
  47.     --        set the movieTime of sprite 6 to xx
  48.     --        set the movierate of sprite 6 to 1
  49.   end if
  50.   set the locH of sprite 98 to vlocH
  51.   set the locV of sprite 98 to vlocV
  52.   set the visible of sprite 106 to false
  53.   set the visible of sprite 107 to false
  54.   set the visible of sprite 108 to false
  55.   CHASPCURSOR -1,106,108
  56.   updateStage
  57. end
  58.